home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / text / faqs / scheme-faq.part1 < prev    next >
Encoding:
Internet Message Format  |  1994-05-15  |  47.8 KB

  1. Subject: FAQ: Scheme Frequently Asked Questions 1/2 [Monthly posting]
  2. Newsgroups: comp.lang.scheme,comp.lang.lisp,news.answers,comp.answers
  3. From: mkant+@cs.cmu.edu (Mark Kantrowitz)
  4. Date: Fri, 13 May 1994 14:52:41 GMT
  5.  
  6. Archive-name: scheme-faq/part1
  7. Last-Modified: Fri Apr 15 09:36:43 1994 by Mark Kantrowitz
  8. Version: 1.13
  9.  
  10. ;;; ****************************************************************
  11. ;;; Answers to Frequently Asked Questions about Scheme *************
  12. ;;; ****************************************************************
  13. ;;; Written by Mark Kantrowitz and Barry Margolin
  14. ;;; scheme_1.faq -- 47805 bytes
  15.  
  16. This post contains part 1 of the Scheme FAQ.
  17.  
  18. If you think of questions that are appropriate for this FAQ, or would
  19. like to improve an answer, please send email to us at lisp-faq@think.com.
  20.  
  21. Note that the lisp-faq mailing list is for discussion of the content
  22. of the FAQ posting only.  It is not the place to ask questions about Scheme;
  23. use either the scheme@ai.mit.edu mailing list, the comp.lang.scheme
  24. newsgroup or the Scheme Digest (scheme@mc.lcs.mit.edu) for that. If a
  25. question appears frequently in one of those forums, it will get added
  26. to the FAQ list. 
  27.  
  28. *** Copyright:
  29.  
  30. Copyright (c) 1993-94 by Mark Kantrowitz and Barry Margolin. 
  31. All rights reserved. 
  32.  
  33. This FAQ may be freely redistributed in its entirety without
  34. modification provided that this copyright notice is not removed.  It
  35. may not be sold for profit or incorporated in commercial documents
  36. (e.g., published for sale on CD-ROM, floppy disks, books, magazines,
  37. or other print form) without the prior written permission of the
  38. copyright holder.  Permission is expressly granted for this document
  39. to be made available for file transfer from installations offering
  40. unrestricted anonymous file transfer on the Internet.
  41.  
  42. This article is provided AS IS without any express or implied warranty.
  43.  
  44. *** Topics Covered:
  45.  
  46. Topics Covered (Part 1):
  47.   [1-0]   What is the purpose of this newsgroup?
  48.   [1-2]   What is the difference between Scheme and Common Lisp?
  49.   [1-3]   Scheme books, introductions, documentation, periodicals,
  50.           journals, and conference proceedings. 
  51.   [1-4]   Where can I learn about implementing Scheme interpreters and 
  52.           compilers?
  53.   [1-7]   Standards for Scheme -- What are R4RS and IEEE P1178?
  54.   [1-8]   How do I do object-oriented programming in Scheme?
  55.   [1-9]   Repositories of Scheme Software
  56.   [1-10]  Publicly Redistributable Scheme Software
  57.   [1-11]  Formatting code in LaTeX (WEB and other literate programming tools)
  58.   [1-12]  Where can I get an implementation of Prolog in Scheme?
  59.   [1-13]  What does SICP, SCOOPS, R4RS, CAR, CDR, ... mean?
  60.   [1-14]  Why is there no EVAL in Scheme?
  61.   [1-15]  World-Wide Web (WWW) Resources
  62.   [1-16]  Why is Scheme called 'Scheme'?
  63.  
  64. Topics Covered (Part 2):
  65.   [2-1]   Free Scheme implementations.
  66.   [2-2]   Commercial Scheme implementations.
  67.   [2-3]   What Scheme-related discussion groups and mailing lists exist?
  68.  
  69. Search for \[#\] to get to question number # quickly.
  70.  
  71. *** Recent Changes:
  72.  
  73. ;;; 1.12:
  74. ;;; 14-MAR-94 mk    New ftp location for PSD.
  75. ;;; 15-MAR-94 mk    Scheme Repository has moved from Yorku to Indiana.
  76. ;;; 23-MAR-94 mk    Updated SchemeWeb entry.
  77. ;;; 29-MAR-94 mk    Added entry for Scheme 48 beta version.
  78. ;;; 29-MAR-94 mk    Added [1-15] World-Wide Web (WWW) Resources.
  79. ;;;  8-APR-94 mk    Added [1-16] on original of the name "Scheme".
  80. ;;; 12-APR-94 mk    This FAQ is now available by WWW. See below for details.
  81. ;;; 12-APR-94 mk    Changed/updated many ftp references to enable them to
  82. ;;;                 appear as links in the WWW version of the FAQ. E-mail
  83. ;;;                 about references that weren't converted and/or other WWW
  84. ;;;                 resources is welcome.
  85. ;;;
  86. ;;; 1.13:
  87. ;;; 15-APR-94 mk    Replaced cs.indiana.edu with ftp.cs.indiana.edu 
  88. ;;; 12-MAY-94 mk    Added entry on libscheme to [2-1].
  89. ;;; 12-MAY-94 mk    SIOD v3.0 now available.
  90. ;;; 12-MAY-94 mk    Added entry on Andrew Wright's Soft Scheme type system.
  91.  
  92.  
  93. *** Introduction:
  94.  
  95. Certain questions and topics come up frequently in the various network
  96. discussion groups devoted to and related to Scheme.  This file/article is
  97. an attempt to gather these questions and their answers into a convenient
  98. reference for Scheme programmers.  It (or a reference to it) is posted
  99. periodically.  The hope is that this will cut down on the user time and
  100. network bandwidth used to post, read and respond to the same questions
  101. over and over, as well as providing education by answering questions
  102. some readers may not even have thought to ask.
  103.  
  104. This is not a Scheme tutorial, nor is it an exhaustive list of all Scheme
  105. intricacies.  Scheme is a very powerful and expressive language, but with
  106. that power comes many complexities.  This list attempts to address the
  107. ones that average Scheme programmers are likely to encounter.  If you are
  108. new to Scheme, see the answer to the question "How can I learn
  109. Scheme?" [1-3].
  110.  
  111. The latest version of this file is available via anonymous FTP from CMU
  112. and Thinking Machines: 
  113.  
  114.    To obtain the files from CMU, connect by anonymous FTP to 
  115.       ftp.cs.cmu.edu:/user/ai/pubs/faqs/scheme/  [128.2.206.173]
  116.    using username "anonymous" and password "name@host" (substitute your
  117.    email address) or via AFS in the Andrew File System directory
  118.       /afs/cs.cmu.edu/project/ai-repository/ai/pubs/faqs/scheme/
  119.    and get the files scheme_1.faq and scheme_2.faq.
  120.  
  121.    To obtain the files from Thinking Machines, connect by anonymous FTP to
  122.       ftp.think.com:/public/think/lisp/
  123.    The file scheme-faq.text containse the latest version of the Scheme
  124.    FAQ. In addition, specific versions of the FAQ are available as
  125.    scheme-faq-<version>.text. 
  126.  
  127. You can also obtain a copy of the FAQ by sending a message to
  128. ai+query@cs.cmu.edu with 
  129.    Send Scheme FAQ
  130. in the message body.
  131.  
  132. An automatically generated HTML version of the Scheme FAQ is accessible by
  133. WWW as part of the AI-related FAQs Mosaic page. The URL for this
  134. resource is
  135.    http://www.cs.cmu.edu:8001/Web/Groups/AI/html/faqs/top.html
  136. The direct URL for the Lisp FAQ is
  137.    http://www.cs.cmu.edu:8001/Web/Groups/AI/html/faqs/lang/scheme/top.html
  138.  
  139. We've tried to minimize the overlap with the FAQ postings to the
  140. comp.lang.lisp, comp.lang.clos and comp.ai newsgroups, so if you don't
  141. find what you're looking for here, we suggest you try the FAQs for
  142. those newsgroups. These FAQs should be available by anonymous ftp from
  143.    rtfm.mit.edu:/pub/usenet/news.answers/ [18.70.0.209]
  144. in the lisp-faq/, ai-faq/ and scheme-faq/ subdirectories or by email.
  145. For instructions on email retrieval, send a mail message to
  146. mail-server@rtfm.mit.edu with "help" and "index" on separate lines in
  147. the body of the message.
  148.  
  149. If you need to cite the FAQ for some reason, use the following format:
  150.    Mark Kantrowitz and Barry Margolin, "Answers to Frequently Asked
  151.    Questions about Scheme", comp.lang.scheme, <month>, <year>,
  152.    ftp.cs.cmu.edu:/user/ai/pubs/faqs/scheme/scheme_?.faq, lisp-faq@think.com.
  153.  
  154. ----------------------------------------------------------------
  155. Subject: [1-0] What is the purpose of this newsgroup?
  156.  
  157. The newsgroup comp.lang.scheme exists for general discussion of
  158. topics related to the programming language Scheme. For example, possible
  159. topics can include (but are not necessarily limited to):
  160.    announcements of Scheme books and products
  161.    discussion of programs and utilities written in Scheme
  162.    discussion of portability issues
  163.    questions about possible bugs in Scheme implementations
  164.    problems porting an implementation to some architecture
  165. Postings should be of general interest to the Scheme community. See also
  166. question [2-3].
  167.  
  168. Questions about Common Lisp should be directed to the newsgroup
  169. comp.lang.lisp.  Discussion of object oriented programming in Lisp to
  170. the newsgroup comp.lang.clos. Discussion of functional programming
  171. language issues in general should be directed to the newsgroup
  172. comp.lang.functional.  Discussion of AI programs implemented in Scheme
  173. should sometimes be cross-posted to the newsgroup comp.ai.
  174.  
  175. ----------------------------------------------------------------
  176. Subject: [1-2] What is the difference between Scheme and Common Lisp?
  177.  
  178. Scheme is a dialect of Lisp that stresses conceptual elegance and
  179. simplicity. It is specified in R4RS and IEEE standard P1178. (See
  180. question [1-7] for details on standards for Scheme.) Scheme is much
  181. smaller than Common Lisp; the specification is about 50 pages,
  182. compared to Common Lisp's 1300 page draft standard. (See the Lisp FAQ
  183. for details on standards for Common Lisp.) Advocates of Scheme often
  184. find it amusing that the entire Scheme standard is shorter than the
  185. index to Guy Steele's "Common Lisp: the Language, 2nd Edition".
  186.  
  187. Scheme is often used in computer science curricula and programming
  188. language research, due to its ability to represent many programming
  189. abstractions with its simple primitives. Common Lisp is often used for
  190. real world programming because of its large library of utility
  191. functions, a standard object-oriented programming facility (CLOS), and
  192. a sophisticated condition handling system.
  193.  
  194. See question [1-8] for information about object-oriented programming
  195. in Scheme. 
  196.  
  197. In Common Lisp, a simple program would look something like the
  198. following:
  199.  
  200.    (defun fact (n)
  201.      (if (< n 2)
  202.          1
  203.          (* n (fact (1- n)))))
  204.  
  205. In Scheme, the equivalent program would like like this:
  206.  
  207.    (define fact
  208.      (lambda (n)
  209.        (if (< n 2)
  210.            1
  211.          (* n (fact (- n 1))))))
  212.  
  213. Experienced Lisp programmers might write this program as follows in order
  214. to allow it to run in constant space:
  215.  
  216.    (defun fact (n)
  217.      (labels ((tail-recursive-fact (counter accumulator)
  218.                 (if (> counter n)
  219.                     accumulator
  220.                     (tail-recursive-fact (1+ counter)
  221.                                          (* counter accumulator)))))
  222.        (tail-recursive-fact 1 1)))
  223.  
  224. Whereas in Scheme the same computation could be written as follows:
  225.  
  226.    (define fact
  227.      (lambda (n)
  228.        (letrec ((tail-recursive-fact
  229.                  (lambda (counter accumulator)
  230.                    (if (> counter n)
  231.                        accumulator
  232.                      (tail-recursive-fact (+ counter 1)
  233.                                           (* counter accumulator))))))
  234.                (tail-recursive-fact 1 1))))
  235.  
  236. or perhaps (using IEEE named LETs):
  237.  
  238.    (define fact
  239.      (lambda (n)
  240.        (let loop ((counter n)
  241.                   (accumulator 1))
  242.             (if (< counter 2)
  243.                 accumulator
  244.               (loop (- counter 1)
  245.                     (* accumulator counter))))))
  246.  
  247. Some Schemes allow one to use the syntax (define (fact n) ...) instead
  248. of (define fact (lambda (n) ...)).
  249.  
  250. ----------------------------------------------------------------
  251. Subject: [1-3] Scheme books, introductions, documentation, periodicals, 
  252.                journals, and conference proceedings.
  253.  
  254. Introductions to Scheme:
  255.  
  256.    The following four books from MIT Press are listed in order of
  257.    increasing difficulty. The first is good for the complete novice,
  258.    the second for students with little or no previous exposure to programming,
  259.    and the third and fourth for more advanced students. The third and
  260.    fourth may also be used to learn a variety of powerful programming
  261.    language concepts. One of these books will suit your needs.
  262.  
  263.    1. Daniel P. Friedman and M. Felleisen.
  264.       "The Little LISPer"
  265.       MIT Press (Cambridge, MA), 3rd printing, 1989. ISBN 0-262-56038-0.
  266.       Science Research Associates (Chicago), 3rd ed, 1989. 206 pages.
  267.  
  268.       Good for a quick introduction. Uses Scheme instead of Common Lisp.
  269.       (The book uses a dialect of Scheme with footnotes about translating to
  270.       Scheme or Common Lisp. The footnotes won't allow a non-expert to use
  271.       Common Lisp for the advanced chapters because of the complexity.)
  272.  
  273.    2. Brian Harvey and Matthew Wright
  274.       "Simply Scheme: Introducing Computer Science"
  275.       MIT Press, Cambridge, MA, 1994. 583 pages. 
  276.       ISBN 0-262-08226-8. $49.95.
  277.  
  278.       This book is ideal for students with little or no previous exposure to
  279.       programming. The book is designed to be used before SICP (the authors
  280.       call it a SICP "prequel"), and makes Scheme fun by sheltering the
  281.       students from potentially confusing technical details. Unlike Pascal
  282.       or C, the emphasis is on ideas, not obscure matters of syntax and
  283.       arbitrary rules of style.  High schools who have shied away from using
  284.       Scheme because they found SICP to be too challenging should consider
  285.       using this book instead.
  286.  
  287.       The text gradually and gently introduces students to some of the key
  288.       concepts of programming in Scheme. It starts off with functions and
  289.       function composition and continues with the notion of functions as
  290.       data (first-class functions) and programs that write programs
  291.       (higher-order functions).  Since the complexity of the language is
  292.       hidden, students can get involved in some of the more interesting and
  293.       fun aspects of the language earlier than in other texts.  Then the
  294.       book progresses through the more complicated concepts of lambda,
  295.       recursion, data abstraction and procedural abstraction, and concludes
  296.       with sequential techniques, but with careful attention to topics
  297.       students often find difficult.  There are five chapters on recursion
  298.       alone! There's also a pitfalls section at the end of most chapters to
  299.       help students recognize and avoid common errors.
  300.  
  301.       The book uses several programs as examples, including a tic-tac-toe
  302.       program, a pattern matcher, a miniature spreadsheet, and a simple
  303.       database program.  Source code for the programs is available by
  304.       anonymous ftp from anarres.cs.berkeley.edu:/pub/scheme/, or for $10 on
  305.       IBM or Macintosh diskettes from the publisher.
  306.  
  307.    3. Harold Abelson and Gerald Jay Sussman, with Julie Sussman.
  308.       "Structure and Interpretation of Computer Programs"
  309.       MIT Press (Cambridge, MA) and McGraw-Hill (New York), 1985.
  310.       542 pages. ISBN 0-262-01077-1, $55. The teacher's manual, which is
  311.       also available from MIT Press (ISBN 0-262-51046-4 $20), does NOT
  312.       contain solutions to the exercises, but does contain hints on
  313.       teaching with the book. 
  314.  
  315.       Starts off introductory, but rapidly gets into powerful
  316.       Lisp-particular constructs, such as using closures and engines,
  317.       building interpreters, compilers and object-oriented systems.  Often
  318.       referred to by its acronym, SICP, which is pronounced "Sick-Pee". This
  319.       is the classical text for teaching program design using Scheme,
  320.       and everybody should read it at least once. MIT problem sets are
  321.       available from the repositories, and materials from Gustavus
  322.       Adolphus College are available from ftp.gac.edu:/pub/SICP/. 
  323.  
  324.    4. George Springer and Daniel P. Friedman
  325.       "Scheme and the Art of Programming" 
  326.       MIT Press and McGraw Hill, 1990, 596 pages.
  327.       ISBN 0-262-19288-8, $50.
  328.  
  329.       Introduces basic concepts of programming in Scheme. Also deals with
  330.       object oriented programming, co-routining, continuations.  Gives
  331.       numerous examples. Has more of an emphasis on teaching Scheme than
  332.       SICP, and can be seen as an alternative to SICP.  Source code from the
  333.       chapters is available from 
  334.           ftp.cs.indiana.edu:/pub/scheme-repository/lit/sap/
  335.  
  336. Older Introductions to Scheme:
  337.  
  338.    1. Smith, Jerry D.
  339.       "Introduction to Scheme"
  340.        Prentice Hall (Englewood Cliffs, NJ), 1988, 324 pages.
  341.            Focuses on PC Scheme.
  342.  
  343.    2. Michael Eisenberg 
  344.       "Programming in Scheme"
  345.       Scientific Press (Redwood City, CA), 1988. 304 pages.
  346.  
  347.    3. Two articles in BYTE Magazine, February 1988, by Abelson and
  348.       Sussman, and Clinger.
  349.  
  350. Online Introductions to Scheme:
  351.  
  352.    1. The Ken Dickey article, "The Scheme Programming Language", in
  353.       COMPUTER LANGUAGES magazine, June 1992, is available from the
  354.       Scheme Repository at 
  355.           ftp.cs.indiana.edu:/pub/scheme-repository/txt/intro.txt
  356.       The Revised^4 Report on the Algorithmic Language Scheme is also 
  357.       available from the Scheme Repository.
  358.  
  359.    2. The Info files from the MIT Scheme implementation.
  360.  
  361.    3. "Introductory Scheme" by Joseph W. Lavinus and James D. Arthur,
  362.        <lavinus@virginia.edu>. Available from the Lisp Utilities
  363.        Repository as ftp.cs.cmu.edu:/user/ai/lang/scheme/doc/intro/ 
  364.        as schemedoc.tar.gz.
  365.  
  366. Scheme and Artificial Intelligence:
  367.  
  368.    1. Wolfgang Kreutzer and Bruce McKenzie
  369.       "Programming for Artificial Intelligence: 
  370.        Methods, Tools and Applications"
  371.       Addison-Wesley (Reading, MA), 1990. 682 pages. 
  372.       ISBN 0-201-41621-2.
  373.            Discusses Scheme, Prolog, and Smalltalk, gives an overview of
  374.            the history and philosophy of AI, surveys three major
  375.            programming paradigms (procedural, declarative, and
  376.            object-oriented), and metaphors to AI programming.
  377.            Source code from the chapters is available from 
  378.               ftp.cs.indiana.edu:/pub/scheme-repository/lit/
  379.            as aibook.tar.Z. Some of the programs will only run under MacScheme.
  380.  
  381. General Scheme reference books include:
  382.  
  383.    1. K. Dybvig
  384.       "The Scheme programming language"
  385.       Prentice Hall, 1987.
  386.          Good reference for Scheme.
  387.  
  388. Scheme-related periodicals include:
  389.         
  390.    1. LISP Pointers.
  391.       Published by ACM SIGPLAN six times a year. Volume 1, Number 1
  392.       was April-May 1987. 
  393.       Subscriptions: ACM Members $12; ACM Student Members $7; Non-ACM
  394.       members $25. Mail checks payable to the ACM to ACM Inc., PO Box
  395.       12115, Church Street Station, New York, NY 10249.
  396.  
  397.    2. LISP and Symbolic Computation, Kluwer Academic Press. Volume 1
  398.       was published in 1989. (jlz@lucid.com is the editor).  ISSN 0892-4635.
  399.       Subscriptions: Institutions $169; Individuals $80. Add $8 for
  400.       air mail. Kluwer Academic Publishers, PO Box 322, 3300 AH Dordrecht, 
  401.       The Netherlands, or Kluwer Academic Publishers, PO Box 358, Accord
  402.       Station, Hingham, MA 02018-0358. 
  403.  
  404.    3. Proceedings of the biannual ACM Lisp and Functional Programming
  405.       Conference. (First one was in 1980.)
  406.  
  407.    4. Proceedings of the annual Lisp Users and Vendors Conference.
  408.  
  409. See also the Scheme Bibliography from the Scheme Repository
  410. (ftp.cs.indiana.edu:/pub/scheme-repository/) for additional readings.
  411. A large number of technical reports on Scheme are now available in the
  412. text section (ftp.cs.indiana.edu:/pub/scheme-repository/txt/).
  413.  
  414. ----------------------------------------------------------------
  415. Subject: [1-4] Where can I learn about implementing Scheme interpreters  
  416.                and compilers?
  417.  
  418. There is no single book that is really comprehensive, so you will have
  419. to combine reading the sources to the various free implementations
  420. (e.g., Gambit [Feeley] and S48 [Rees]) with bits and pieces of tech
  421. reports and various books.
  422.  
  423. Books about Scheme implementation include:
  424.  
  425.    1. John Allen
  426.       "Anatomy of Lisp"
  427.       McGraw-Hill, 1978. 446 pages. ISBN 0-07-001115-X
  428.  
  429.    2. Samuel Kamin
  430.       "Programming Languages, An Interpreter-Based Approach"
  431.       Addison-Wesley, Reading, Mass., 1990. ISBN 0-201-06824-9
  432.            Includes sources to several interpreters for Lisp-like
  433.            languages, and a pointer to sources via anonymous ftp.
  434.  
  435.    3. Sharam Hekmatpour
  436.       "Lisp: A Portable Implementation"
  437.       Prentice Hall, 1985. ISBN 0-13-537490-X.
  438.            Describes a portable implementation of a small dynamic
  439.            Lisp interpreter (including C source code). 
  440.  
  441.    4. Peter Henderson
  442.       "Functional Programming: Application and Implementation"
  443.       Prentice-Hall (Englewood Cliffs, NJ), 1980. 355 pages.
  444.  
  445.    5. Peter M. Kogge
  446.       "The Architecture of Symbolic Computers"
  447.       McGraw-Hill, 1991. ISBN 0-07-035596-7.
  448.            Includes sections on memory management, the SECD and
  449.            Warren Abstract Machines, and overviews of the various
  450.            Lisp Machine architectures.
  451.    
  452.    6. Daniel P. Friedman, Mitchell Wand, and Christopher T. Haynes
  453.       "Essentials of Programming Languages"
  454.       MIT Press, 1992, 536 pages. ISBN 0-262-06145-7, $55.
  455.            Teaches fundamental concepts of programming language
  456.            design by using small interpreters as examples. Covers
  457.            most of the features of Scheme. Includes a discussion
  458.            of parameter passing techniques, object oriented languages,
  459.            and techniques for transforming interpreters to allow
  460.            their implementation in terms of any low-level language.
  461.            Also discusses scanners, parsers, and the derivation of
  462.            a compiler and virtual machine from an interpreter.
  463.            Source files available by anonymous ftp from 
  464.               ftp.cs.indiana.edu:/pub/eopl/ (129.79.254.191) or from the
  465.            Scheme Repository.
  466.  
  467.    7. Peter Lee, editor, "Topics in Advanced Language Implementation",
  468.       The MIT Press, Cambridge, Mass., 1991.
  469.            Articles relevant to the implementation of functional
  470.            programming languages.
  471.  
  472.    8. Also see the proceedings of the biannual ACM Lisp and Functional
  473.       Programming conferences, the implementation notes for CMU Common Lisp,
  474.       Peter Norvig's book ("Paradigms of AI Programming: Case Studies
  475.       in Common Lisp", Morgan Kaufmann, 1992. 946 pages. ISBN
  476.       1-55860-191-0), and SICP (Abelson & Sussman). 
  477.  
  478. Technical reports and journal articles about Scheme implementation include:
  479.  
  480.    Mitchell Wand and Daniel P. Friedman, "Compiling Lambda Expressions
  481.    Using Continuations and Factorizations", Journal of Computer Languages
  482.    3(1978), 241-263.
  483.  
  484.    Guy Lewis Steele Jr., "Rabbit: A Compiler for Scheme", MIT AI Memo
  485.    474, Massachusetts Institute of Technology, Cambridge, MA, May 1978.
  486.  
  487.    Guy Lewis Steele Jr., "Compiler Optimization Based on Viewing LAMBDA
  488.    as RENAME + GOTO", in "Artificial Intelligence: An MIT Perspective",
  489.    Patrick Henry Winston and Richard Henry Brown (eds.), MIT Press,
  490.    Cambridge, MA, 1980.
  491.  
  492.    Jonathan A. Rees and Norman I. Adams, "T: A Dialect of Lisp or,
  493.    LAMBDA: The Ultimate Software Tool", Conference Record of the 1982 ACM
  494.    Symposium on Lisp and Functional Programming, 1982, 114-122.
  495.  
  496.    R. Kent Dybvig, "C-Scheme", Computer Science Department Technical
  497.    Report #149 (MS Thesis), Indiana University, Bloomington, IA, 1983.
  498.  
  499.    William Clinger, "The Scheme 311 compiler: An Exercise in Denotational
  500.    Semantics", Conference Record of the 1984 ACM Symposium on Lisp and
  501.    Functional Programming, 1984, 356-364.
  502.  
  503.    Guillermo J. Rozas, "Liar, an Algol-like Compiler for Scheme", S.B.
  504.    Thesis, Department of Electrical Engineering and Computer Science,
  505.    Massachusetts Institute of Technology, January 1984.
  506.  
  507.    David H. Bartley and John C. Jensen, "The Implementation of PC
  508.    Scheme", Proceedings of the 1986 ACM Conference on Lisp and Functional
  509.    Programming, 1986, 86-93.
  510.  
  511.    David Kranz, Richard Kelsey, Jonathan A. Rees, Paul Hudak, James
  512.    Philbin and Norman I. Adams, "Orbit: An Optimizing Compiler for
  513.    Scheme", Proceedings of the SIGPLAN Notices '86 Symposium on Compiler
  514.    Construction, June 1986, 219-233.  Published as SIGPLAN Notices 21(7),
  515.    July 1986.
  516.  
  517.    Marc Feeley, "Deux Approches a' L'implantation du Language Scheme",
  518.    M.Sc. Thesis, De'partement d'Informatique et de Recherche
  519.    Ope'rationelle, University of Montreal, May 1986.
  520.  
  521.    R. Kent Dybvig, "Three Implementation Models for Scheme", Department
  522.    of Computer Science Technical Report #87-011 (Ph.D. Dissertation),
  523.    University of North Carolina at Chapel Hill, Chapel Hill, North
  524.    Carolina, April 1987.
  525.  
  526.    William D. Clinger, Anne H. Hartheimer and Eric M. Ost,
  527.    "Implementation Strategies for Continuations", Conference Record of
  528.    the 1988 ACM Conference on Lisp and Functional Programming, August
  529.    1988, 124-131.
  530.  
  531.    David Kranz, "Orbit: An Optimizing Compiler for Scheme", Computer
  532.    Science Technical report #632 (Ph.D. Dissertation), Yale University,
  533.    1988.
  534.  
  535.    Joel F. Bartlett, "SCHEME->C a Portable Scheme-to-C Compiler",
  536.    Research Report 89/1, Dec. Western Research Laboratory, Palo Alto, CA,
  537.    January 1989.
  538.  
  539.    Marc Feeley and James S. Miller, "A Parallel Virtual Machine for
  540.    Efficient Scheme Compilation", Proceedings of the 1990 ACM Conference
  541.    on Lisp and Functional Programming, Nice, France, June 1990.
  542.  
  543.    Chris Hanson, "Efficient Stack Allocation for Tail-Recursive
  544.    Languages", Proceedings of the 1990 ACM Conference on Lisp and
  545.    Functional Programming, Nice, France, June 1990.
  546.  
  547.    Robert Hieb, R. Kent Dybvig and Carl Bruggeman, "Representing Control
  548.    in the Presence of First-Class Continuations", Proceedings of the
  549.    SIGPLAN Notices '90 Conference on Programming Language Design and
  550.    Implementation, White Plains, New York, June 1990, 66-77.
  551.  
  552.    Guillermo Rozas, "Taming the Y Operator", Proceedings of the 1992 ACM
  553.    Conference on Lisp and Functional Programming, San Francisco, CA,
  554.    June 1992, 226-234.
  555.  
  556.    Dan Teodosiu, "HARE: An Optimizing Portable Compiler for Scheme", ACM
  557.    Sigplan Notices 26(1), January 1991.
  558.  
  559. ----------------------------------------------------------------
  560. Subject: [1-7] Standards for Scheme -- What are R4RS and IEEE P1178?
  561.  
  562. R4RS is the Revised^4 Report on the Algorithmic Language Scheme,
  563. edited by W. Clinger and J. Rees. It appeared in ACM Lisp Pointers IV,
  564. July-September 1991, and also as MIT AI Memo 848b. It serves as a kind
  565. of standard for the language. It can be obtained by anonymous ftp at
  566. the two Scheme Repositories, altdorf.ai.mit.edu and ftp.cs.indiana.edu.
  567.  
  568. IEEE P1178 is IEEE Standard 1178-1990, "IEEE Standard for the Scheme
  569. Programming Language", published by IEEE in 1991. ISBN 1-55937-125-0.
  570. It is now also an ANSI standard. It may be ordered from IEEE by
  571. calling 1-800-678-IEEE or 908-981-1393 or writing IEEE Service
  572. Center, 445 Hoes Lane, P.O. Box 1331, Piscataway, NJ 08855-1331, 
  573. and using order number SH14209 ($28 for IEEE members, $40 others).
  574.  
  575. ----------------------------------------------------------------
  576. Subject: [1-8] How do I do object-oriented programming in Scheme?
  577.  
  578. Some Scheme implementations (for example, MacScheme, Feel, Oaklisp, XScheme,
  579. and PC-Scheme) include built-in object-oriented extensions.  
  580.  
  581. SCOOPS (Scheme Object Oriented Programming System) is an object system
  582. for Scheme written by Amitabh Srivastava/Texas Instruments with 
  583. re-writes by Steve Sherin <sherin@linc.cis.upenn.edu>. [Email to this
  584. address bounced 7/7/93.] This package needs first-class environments.
  585. It is available from the Scheme Repository as
  586. /pub/scheme-repository/scm/scoops.sha. 
  587.  
  588. MEROON is a package written in Scheme to provide the basic facilities
  589. of an object-oriented programming style through three macros:
  590. define-class, define-generic, and define-method. MEROON offers simple
  591. inheritance, reflective metaclasses and simple dispatching generic
  592. functions with support for multimethods. MEROON also offers indexed
  593. fields subsuming Scheme vectors without inheritance restrictions.
  594. Meroon runs in Scheme->C, PC-Scheme, Chez Scheme, Elk, Bigloo, SCM
  595. with SLIB, and MacGambit. MEROON sources and documentation may be
  596. found in the Scheme Repository as
  597.    ftp.cs.indiana.edu:/pub/scheme-repository/new/meroon.*.tar.Z
  598. and also from
  599.    ftp.inria.fr:/pub/INRIA/icsla/Programs/MeroonV3*.tar.gz [128.93.1.26]
  600. The file meroonet*.tar.gz is a toy version of meroon. For more
  601. information, contact Christian Queinnec <queinnec@polytechnnique.fr>
  602. or <Christian.Queinnec@inria.fr>.
  603.  
  604. YASOS (Yet Another Scheme Object System) is fairly functional in style
  605. and uses delegation.  The implementation includes multiple inheritance
  606. and "send to super" and is much smaller than class-based OO systems.
  607. See Ken Dickey, "Scheming with Objects", AI Expert 7(10):24-33,
  608. October 1992. A copy of the article and YASOS code is available from
  609. the Scheme Repository in pub/scheme-repository/txt/swob.txt. YASOS is also
  610. included as part of SLIB. For further information, contact Ken Dickey
  611. <kend@newton.apple.com>.
  612.  
  613. Tiny CLOS is a Scheme implementation of a `kernelized' CLOS, with a
  614. metaobject protocol. The implementation is even simpler than the
  615. simple CLOS found in `The Art of the Metaobject Protocol,' weighing in
  616. at around 850 lines of code, including (some) comments and
  617. documentation. Tiny CLOS is available by anonymous ftp from
  618. parcftp.xerox.com:/pub/mops/. Tiny CLOS runs in MIT Scheme 11.74 and
  619. should run with only minor modifications in other Schemes as well. If
  620. you want to be added to the mops@parc.xerox.com mailing list
  621. (technical questions and discussion only), send mail to Gregor Kiczales
  622. <gregor@parc.xerox.com>.
  623.  
  624. ----------------------------------------------------------------
  625. Subject: [1-9] Repositories of Scheme Software
  626.  
  627. There are several repositories of publicly redistributable and
  628. public domain Scheme code. 
  629.  
  630.    The Scheme Repository contains a Scheme bibliography, copies of the
  631.    R4RS report, IEEE P1178 specification and other papers, sample Scheme
  632.    code for a variety of purposes, several utilities, and some
  633.    implementations. The Scheme code includes code for calendar
  634.    calculations, Earley parser, FORMAT for Scheme, a scheme version of
  635.    the Gabriel benchmarks, Marc Feeley's minimal object support for
  636.    Scheme, a Scheme pretty-printer, a Prolog interpreter written in
  637.    Scheme, a random number generator in Scheme, an implementation of
  638.    SCOOPS, code from Abelson and Sussman's SICP book, Aubrey Jaffer's
  639.    IEEE/R4RS compliance test, an implementation of matrices, a Scheme
  640.    implementation of the Common Lisp FORMAT function, a Scheme front
  641.    end to Adobe Illustrator PostScript, and a LALR(1) parser (ZEBU).
  642.    The repository was established by Ozan S. Yigit and is currently
  643.    maintained by David Eby and John Zuckerman. Send administrative
  644.    requests to
  645.       scheme-repository-request@cs.indiana.edu
  646.    The repository is accessible by anonymous ftp at 
  647.       ftp.cs.indiana.edu:/pub/scheme-repository/   [129.79.254.191]
  648.    The repository is mirrored in INRIA, courtesy of Christian Queinnec
  649.    [Ecole Polytechnique and INRIA-Rocquencourt], ftp.inria.fr:/lang/Scheme/
  650.    and also faui80.informatik.uni-erlangen.de:/pub/scheme/yorku
  651.  
  652.    Scheme Implementations may also be found at altdorf.ai.mit.edu:/archive/ 
  653.    The R4RS report is available in altdorf.ai.mit.edu:/archive/scheme-reports/
  654.    or as MIT AI Memo 848b (email publications@ai.mit.edu for more information).
  655.    The altdorf archive includes SCOOPS, CL2Scheme, extend-syntax,
  656.    btree, Gabriel benchmarks, FORMAT for Scheme, etc.
  657.  
  658.    The GI (German Computer Science Society) Scheme Archive contains a
  659.    variety of scheme programs, utilities, code from theses, and other
  660.    materials. It also mirrors the Scheme Repository.  It is
  661.    accessible by anonymous ftp to faui80.informatik.uni-erlangen.de
  662.    (login as 'ftp', giving your email address as the password).
  663.       pub/scheme/gi                # GI Scheme Archive
  664.       pub/scheme/yorku             # Internet Scheme Repository
  665.    Direct questions to scheme@faui80.informatik.uni-erlangen.de.
  666.    The GI Scheme Archive is supported by the German Computer Society Special
  667.    Interest Group on AI programming and sponsored by the Bavarian AI Center
  668.    FORWISS -- Research Institute for Knowledge Based Systems.
  669.  
  670. ----------------------------------------------------------------
  671. Subject: [1-10] Publicly Redistributable Scheme Software
  672.  
  673.    SLIB (Standard Scheme Library) is a portable scheme library that
  674.    provides compatibility and utility functions for many of the
  675.    standard scheme implementations, including Chez, ELK 2.1, GAMBIT,
  676.    MITScheme, scheme->C, Scheme48, T3.1, VSCM and Scm4e. It is available by
  677.    anonymous ftp from 
  678.        altdorf.ai.mit.edu:/archive/scm/slib2a1.tar.gz
  679.        prep.ai.mit.edu:/pub/gnu/jacal/slib2a1.tar.gz
  680.        ftp.cs.indiana.edu:/pub/scheme-repository/new/slib2a1.tar.gz
  681.    Now includes a FAQ file.
  682.  
  683.    TEST.SCM is an IEEE and R4RS conformance test suite.  It is available
  684.    from 
  685.       altdorf.ai.mit.edu:/archive/scm/test.scm
  686.       prep.ai.mit.edu:/pub/gnu/jacal/test.scm
  687.       ftp.cs.indiana.edu:/pub/scheme-repository/new/test.scm
  688.  
  689.    PSD (Portable Scheme Debugger) is available by anonymous ftp
  690.    from Tampere University of Technology, Finland,
  691.       ftp.cs.tut.fi:/pub/src/languages/schemes/psd-1.1.tar.Z
  692.    With PSD, you can run a Scheme program in an Emacs buffer, set
  693.    breakpoints, single step evaluation and access and modify the
  694.    program's variables. It works by instrumenting the original source
  695.    code, so it should run with any R4RS compliant Scheme. It has been
  696.    tested with SCM and Elk 1.5, but should work with other Schemes with a
  697.    minimal amount of porting, if at all. Includes documentation and
  698.    user's manual. Written by Pertti Kellom\"aki, pk@cs.tut.fi
  699.    The Lisp Pointers article describing PSD (Lisp Pointers VI(1), 1993) 
  700.    is available as 
  701.       http://www.cs.tut.fi/staff/pk/scheme/psd/article/article.html
  702.  
  703.    SCLINT is a lint-like program for Scheme. It checks for consistency of
  704.    indentation, syntax of special forms, and the number of arguments to
  705.    primitive and most user-defined procedures. This is not a full
  706.    implementation, but rather a quick hack. It is used in teaching
  707.    programming at the Tampere University of Technology. It is available
  708.    by anonymous ftp from 
  709.       ftp.cs.tut.fi:/pub/src/languages/schemes/sclint-0.9.tar.Z.
  710.    For further information, write to Pertti Kellom\"aki <pk@cs.tut.fi>.
  711.  
  712.    A bibliography of work in functional programming can be obtained by 
  713.    anonymous ftp from tamdhu.dcs.st-andrews.ac.uk:/pub/staple/pubs.txt
  714.    (138.251.192.40). It uses a refer-like format with %T for title, %A
  715.    for authors %I for a unique index entry %S for source (possibly a
  716.    reference to another index) %K for keywords and %C for comments.
  717.    Compiled by Tony Davie, <ajtd@honey.st-and.ac.uk>. [Email bounced, 7/7/93.]
  718.  
  719.    Scheme Utilities -- brokaw.lcs.mit.edu:/pub/scmutils.tar  18.30.0.33
  720.    [This collection seems to no longer be located on brokaw -- does
  721.    anybody know the current location?]
  722.  
  723.    A collection of Scheme implementations of data structures and
  724.    algorithms is available by anonymous ftp from 
  725.       ftp.cs.tut.fi:/pub/src/languages/schemes/
  726.    as the file scheme-algorithms.tar. For more information, contact
  727.    Pertti Kellom\"aki <pk@cs.tut.fi>. 
  728.  
  729.    6.001. The User's Manual, example code, and problem sets from MIT's
  730.    course "Structure and Interpretation of Computer Programs" are 
  731.    available by anonymous ftp from martigny.ai.mit.edu:/archive/6.001/
  732.    [18.43.0.152].
  733.  
  734.    Steele's Constraint System. Chris Hanson's implementation of Steele's
  735.    constraint system is available for anonymous ftp from
  736.       martigny.ai.mit.edu:/archive/cph/constraint.tar [18.43.0.152]
  737.       ftp.cs.indiana.edu:/pub/scheme-repository/new/constraint.tar.Z
  738.    A compressed version is also stored there. The software is source code
  739.    for MIT Scheme. It should run in release 7.1.3. Most of the MIT Scheme
  740.    dependencies could be eliminated, but it also uses the following
  741.    procedures which aren't in standard Scheme: error, bkpt, macros,
  742.    dynamic binding, and string output ports. The code corresponds pretty
  743.    closely to Guy Steele's PhD thesis implementation, which you can
  744.    obtain in printed form from the MIT AI Lab publications office as
  745.    AI-TR-595 for $15.00 (email publications@ai.mit.edu for more
  746.    information). For more information, send email to Chris Hanson
  747.    <cph@martigny.ai.mit.edu>.
  748.  
  749.    JACAL is a symbolic mathematics system for the simplification and
  750.    manipulation of equations and single and multiple valued algebraic
  751.    expressions constructed of numbers, variables, radicals, and algebraic
  752.    functions, differential, and holonomic functions. In addition, vectors
  753.    and matrices of the above objects are included.  JACAL is written in
  754.    Scheme and requires SLIB. JACAL source is available via anonymous FTP
  755.    from
  756.       altdorf.ai.mit.edu:/archive/scm/jacal1a4.tar.Z,
  757.       prep.ai.mit.edu:/pub/gnu/jacal/jacal1a4.tar.Z, and
  758.       ftp.cs.indiana.edu:/pub/scheme-repository/new/jacal1a4.tar.Z
  759.    Contact jaffer@altdorf.ai.mit.edu for more information.
  760.   
  761.    Zebu 0.9 is an LALR(1) parser generator for Scheme written by 
  762.    William M. Wells III. It lives in the Scheme Repository 
  763.       ftp.cs.indiana.edu:/pub/scheme-repository/scm/
  764.    and works with PC-Scheme from TI and MIT C-Scheme 6.2 (but not with
  765.    anything after 7.0). 
  766.  
  767.    Thomas is a compiler for the Dylan programming language.  The Thomas
  768.    system is written in Scheme and runs under MIT's CScheme, DEC's
  769.    Scheme->C, and Marc Feeley's Gambit.  It can run on a wide range of
  770.    machines including the Macintosh, PC compatibles, Vax, MIPS, Alpha,
  771.    and 680x0.  Thomas generates IEEE compatible Scheme code.  Thomas is
  772.    available to the public by anonymous ftp at
  773.       crl.dec.com:/pub/DEC/Thomas
  774.       gatekeeper.pa.dec.com:/pub/DEC/Thomas
  775.       altdorf.ai.mit.edu:/archive/Thomas
  776.    For more information on Thomas and Dylan, see part 4 of the Lisp FAQ.
  777.  
  778.    MATCH is a pattern matching macro package for Scheme.  Pattern
  779.    matching allows complicated control decisions based on data structure
  780.    to be expressed in a concise manner. This document describes several
  781.    pattern matching macros for Scheme, and an associated mechanism for
  782.    defining new forms of structured data. This macro package works with
  783.    any Scheme that supports defmacro (which is obtainable by loading
  784.    SLIB), such as Chez Scheme (release 4 or greater). MATCH is available
  785.    by anonymous ftp from titan.cs.rice.edu:/public/wright/match.tar.Z
  786.    [128.42.1.30] and includes the macro source code and documentation. A
  787.    copy should be available from the Scheme Repository shortly.  For
  788.    further information, write to Andrew Wright, <wright@cs.rice.edu>.
  789.  
  790.    STk is a graphical package which relies on Tk and the Scheme
  791.    programming language. It is similar to Ousterhout's Tk package but
  792.    with the Tcl language replaced with Scheme. Mostly R4RS compliant.
  793.    (Some number procedures are not implemented, over-simplified call/cc,
  794.    symbol case is significative.) All of the commands defined by the Tk
  795.    toolkit are available to the STk interpreter, and Tk variables are
  796.    reflected back into Scheme as Scheme variables. Callback is expressed
  797.    in Scheme. Includes a CLOS-like OO extensions.  A set of classes have
  798.    been defined to manipulate Tk commands (menu, buttons, scales, canvas,
  799.    canvas items) as Scheme objects. STk runs on Sparc (SUNOS 4.1.x),
  800.    Dec 5xxx (Ultrix 4.2), SGI (Irix 4.05, 5.1.1), and DEC Alpha. STk
  801.    is available by anonymous ftp from 
  802.       kaolin.unice.fr:/pub/STk-2.0.tar.gz [193.48.229.225]
  803.    Please send bug reports, comments, and questions to Erick Gallesio,
  804.    <eg@unice.fr>, Universite de Nice - Sophia Antipolis, I3S,   CNRS -
  805.    URA 1376 - Bat 4, 250, avenue Albert Einstein, 06560 Valbonne -
  806.    Sophia Antipolis, phone (33) 92-94-26-04, fax (33) 92-94-28-98.
  807.  
  808.    Soft Scheme provides the benefits of static typing for dynamically
  809.    typed Scheme.  Like a static type checker, a soft type checker infers
  810.    types for variables and expressions.  But rather than reject programs
  811.    containing untypable fragments, a soft type checker inserts explicit
  812.    run-time checks to transform untypable programs to typable form.
  813.    These run-time checks indicate potential program errors, enabling
  814.    programmers to detect errors prior to program execution.  Soft type
  815.    checking minimizes the number of run-time checks in the compiled code,
  816.    enabling dynamically typed languages to attain the efficiency of
  817.    statically typed languages like ML. Soft Scheme is available by
  818.    anonymous ftp from
  819.       titan.cs.rice.edu:public/wright/softscheme.tar.Z [128.42.1.30]
  820.    For more information, write to Andrew Wright <wright@cs.rice.edu>.
  821.  
  822. ----------------------------------------------------------------
  823. Subject: [1-11] Formatting code in LaTeX
  824.  
  825. SLaTeX is a R4RS-compliant Scheme program that allows you to write
  826. program code "as is" in your LaTeX or TeX source.  It is particularly
  827. geared to the programming languages Scheme and Common Lisp, and has
  828. been tested in Chez Scheme, Common Lisp, MIT C Scheme, Elk, Scheme->C,
  829. SCM and UMB Scheme on Unix; and MIT C Scheme and SCM on MSDOS.  The
  830. formatting of the code includes assigning appropriate fonts to the
  831. various tokens in the code (keywords, variables, constants, data), at
  832. the same time retaining the proper indentation when going to the
  833. non-monospace (non-typewriter) provided by TeX.  SLaTeX comes with two
  834. databases that recognize the standard keywords/variables/constants of
  835. Scheme and Common Lisp respectively.  These can be modified by the
  836. user using easy TeX commands.  In addition, the user can inform SLaTeX
  837. to typeset arbitrary identifiers as specially suited TeX expressions
  838. (i.e., beyond just fonting them).  The code-typesetting program SLaTeX
  839. is available by anonymous ftp from 
  840.    cs.rice.edu:/public/dorai/slatex.tar.Z
  841. Send bug reports to dorai@cs.rice.edu.
  842.  
  843. SchemeWEB provides simple support for literate programming in Lisp.
  844. SchemeWEB version 2.0 is a Unix filter that allows you to generate
  845. both Lisp and LaTeX code from one source file.  The generated LaTeX
  846. code formats Lisp programs in typewriter font obeying the spacing in
  847. the source file.  Comments can include arbitrary LaTeX commands.
  848. SchemeWEB was originally developed for the Scheme dialect of Lisp, but
  849. it can easily be used with most other dialects.  Version 2.0 is
  850. available in the Scheme Repository as
  851.    ftp.cs.indiana.edu:/pub/scheme-repository/new/schemeweb.sh
  852. or in the Comprehensive TeX Archive Network (CTAN) in the directory
  853.    ftp.shsu.edu:/tex-archive/web/schemeweb 
  854.  
  855. The Literate Programming FAQ lists a number of alternatives, both
  856. language-independent and Scheme-specific. The Literate Programming FAQ
  857. is posted once a quarter to the comp.literate.programming newsgroup
  858. and is available by anonymous ftp from rtfm.mit.edu. A copy may also be
  859. requested by sending an email message to fileserv@shsu.edu
  860.    sendme litprog.faq
  861. in the body of the message.
  862.  
  863. ----------------------------------------------------------------
  864. Subject: [1-12] Where can I get an implementation of Prolog in Scheme?
  865.  
  866.    Prolog in Scheme is a collection of macros that expand syntax for
  867.    clauses, elations, and so on. It is written in Scheme and has support
  868.    for delayed goals and interval arithmetic. It is known to run in Chez
  869.    Scheme and in Elk, and is intended to be portable to other Scheme
  870.    implementations. It relies on continuations, and so is not easily
  871.    ported to Common Lisp. Available from the University of Calgary by
  872.    anonymous ftp from
  873.       ftp.cpsc.ucalgary.ca:/pub/prolog1.2/prolog12.tar.Z
  874.    Questions and comments may be addressed to Alan Dewar
  875.    <dewar@cpsc.ucalgary.ca> or John Cleary <jcleary@waikato.ac.nz>.
  876.  
  877.    Schelog is an embedding of Prolog in Scheme. It represents Prolog
  878.    goals as procedures in Scheme, and includes macros to simulate a
  879.    Prolog-style syntax for clauses, relations and queries.  The embedding
  880.    permits the user to combine Prolog and Scheme code freely, in the same
  881.    s-expression, if desired.  Documentation and examples are included.
  882.    Schelog should run in any R4RS Scheme, has been tested in SCM and Chez
  883.    Scheme, and will run in any Scheme implementation that supports SLIB (see
  884.    entry in [1-10] above).  Schelog (version 2) is available by anonymous
  885.    ftp from titan.cs.rice.edu:/public/dorai/schelog2.tar.Z.  Its use of
  886.    higher-order continuations is probably a major obstacle to porting it
  887.    to Common Lisp.  For more information, please contact the author Dorai
  888.    Sitaram <dorai@cs.rice.edu>.
  889.  
  890. ----------------------------------------------------------------
  891. Subject: [1-13]  What does SICP, SCOOPS, R4RS, CAR, CDR, ... mean?
  892.  
  893. Glossary of acronyms:
  894.    CAR             Originally meant "Contents of Address portion of Register",
  895.                    which is what CAR actually did on the IBM 704.
  896.    CDR             Originally meant "Contents of Decrement portion of 
  897.                    Register", which is what CDR actually did
  898.                    on the IBM 704. Pronounced "Cudder".
  899.    ANSI            American National Standards Institute
  900.    SICP            Abelson and Sussman's book "Structure and
  901.                    Interpretation of Computer Programs".
  902.    EOPL            Essentials of Programming Languages 
  903.    SCOOPS          An experimental object-oriented programming
  904.                    language for Scheme.
  905.    R3RS            Revised^3 Report on the Algorithmic Language Scheme.
  906.    R4RS            Revised^4 Report on the Algorithmic Language Scheme.
  907.  
  908. ----------------------------------------------------------------
  909. Subject: [1-14] Why is there no EVAL in Scheme?
  910.  
  911. The answer to this question is based on information provided by 
  912. Guillermo J. Rozas and Aubrey Jaffer.
  913.  
  914. There are three major positions in the Scheme community regarding EVAL:
  915.  
  916.    1. No EVAL: EVAL is antithetical to a Pascal-like (compiler based,
  917.       externally statically linked) implementation for Scheme, such as
  918.       some people have or wish to see. 
  919.  
  920.    2. Single Argument: There is a single distinguished top-level
  921.       environment, and EVAL always evaluates its argument there. 
  922.       (This is the approach taken in Common Lisp, where EVAL evaluates
  923.       its argument in the current dynamic environment and in a null
  924.       lexical environment.) 
  925.  
  926.    3. Two Arguments: There are multiple environments in which
  927.       the user might want to evaluate expressions, so EVAL should take
  928.       two arguments, the second being an environment.  In particular,
  929.       in some systems with first-class environments, there is no
  930.       a-priori single distinguished top-level environment, and
  931.       defaulting the environment does not fit those dialects well.
  932.  
  933. Not every dialect of Scheme has EVAL. Most do, but some with different
  934. names and arguments. Jaffer's SLIB package uses LOAD as defined in
  935. R4RS to define EVAL for those implementations that don't support EVAL
  936. (e.g., by writing the code out to a file and then loading it).
  937. Rozas's compromise proposal for EVAL was accepted for R5RS, but it is
  938. unclear whether there will ever be a R5RS.
  939.  
  940. ----------------------------------------------------------------
  941. Subject: [1-15] World-Wide Web (WWW) Resources
  942.  
  943. The World Wide Web (WWW) is a hypermedia document that spans the
  944. Internet.  It uses the http (HyperText Transfer Protocol) for the
  945. light-weight exchange of files over the Internet.  NCSA Mosaic is a
  946. World Wide Web browser developed at the National Center for
  947. Supercomputing Applications (NCSA). 
  948.  
  949. Mosaic's popularity derives, in part, from its ability to communicate
  950. using more traditional Internet protocols like FTP, Gopher, WAIS, and
  951. NNTP, in addition to http. Mosaic can display text, hypertext links,
  952. and inlined graphics directly. When Mosaic encounters a file type it
  953. can't handle internally, such as Postscript documents, mpeg movies,
  954. sound files, and JPEG images, it uses an external viewer (or player)
  955. like Ghostscript to handle the file. Mosaic also includes facilities
  956. for exploring the Internet. In other words, Mosaic is an multimedia
  957. interface to the Internet.
  958.  
  959. The hypertext documents viewed with Mosaic are written in HTML
  960. (HyperText Markup Language), which is a subset of SGML (Standard
  961. Generalized Markup Language).  All that is needed is just a few more
  962. improvements, such as the ability to format tables and mathematics,
  963. and a WYSIWYG editor, for HTML to greatly facilitate electronic
  964. journals and other publications.
  965.  
  966. NCSA Mosaic for the X Window System is available by anonymous ftp from  
  967.    ftp.ncsa.uiuc.edu:/Mosaic/
  968. as source code and binaries for Sun, SGI, IBM RS/6000, DEC Alpha OSF/1, DEC
  969. Ultrix, and HP-UX. Questions about NCSA Mosaic should be directed to 
  970. mosaic-x@ncsa.uiuc.edu (X-Windows version), mosaic-mac@ncsa.uiuc.edu
  971. (Macintosh), and mosaic-win@ncsa.uiuc.edu (Microsoft Windows).
  972.  
  973. A simple HTML version of the Scheme FAQ (this FAQ) is available as
  974.    http://www.cs.cmu.edu:8001/Web/Groups/AI/html/faqs/lang/scheme/top.html
  975.  
  976. The Scheme home page at MIT is
  977.     http://martigny.ai.mit.edu/scheme-home.html
  978. It includes a nifty little form that lets you execute small examples
  979. of Scheme code.
  980.  
  981. ----------------------------------------------------------------
  982. Subject: [1-16] Why is Scheme called 'Scheme'?
  983.  
  984. According to Steele and Gabriel's "The Evolution of Lisp" paper,
  985. Scheme was originally called Schemer, in the tradition of the AI
  986. languages Planner and Conniver. But the ITS operating system had a
  987. 6-character limitation of file names, so the names were shortened to
  988. PLNR, CNVR, and SCHEME. Eventually the truncated name Scheme stuck.
  989.  
  990. ----------------------------------------------------------------
  991. ;;; *EOF*
  992.  
  993.  
  994.